-
Notifications
You must be signed in to change notification settings - Fork 545
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Servo] Use velocity scaling properly in Cartesian and pose tracking commands #3007
Conversation
@ibrahiminfinite give this a look if you can? |
sure ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! On small comment then we can merge this
Co-authored-by: Sebastian Jahr <sebastian.jahr@picknik.ai>
db534c8
to
3b2a7be
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Scaling looks right to me.
I've been periodically rerunning CI with these scaled down speeds and so far haven't encountered any test failures. Maybe this PR will help with #3005 after all. EDIT: Just kidding, saw the flake just now 😭 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's merge this then 🚀
Description
This PR seeks to apply max linear/angular velocity scaling properly in the Cartesian and pose tracking commands. Specifically:
Checklist